home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Nuttall.dir / 00002_Script_SingleFrameLoop (gen) < prev    next >
Text File  |  2001-01-30  |  283b  |  19 lines

  1. on exitFrame
  2.   set the visible of sprite 60 = FALSE
  3.   set the visible of sprite 61 = FALSE
  4. checkRollPanel
  5.   
  6.   if rollover(55) then
  7.     
  8.     roll 55
  9.   else
  10.     unroll 55
  11.   end if
  12.   if rollover(56) then
  13.     roll 56
  14.   else
  15.     unroll 56
  16.   end if
  17.   
  18.   go the frame
  19. end